home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / kobetu9.dir / 00070_powerÉ{É^ÉìÇP.ls < prev    next >
Encoding:
Text File  |  1995-12-30  |  386 b   |  20 lines

  1. on mouseDown
  2.   global numb
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to 72
  6.     else
  7.       set the castNum of sprite clickOn() to 70
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to 71
  12. end
  13.  
  14. on mouseUp
  15.   global numb
  16.   puppetSprite(30, 0)
  17.   set the visible of sprite 30 to 0
  18.   go(numb & "N")
  19. end
  20.